Skip to content

release: v1.1.0 - #9

Merged
Headgent merged 1 commit into
mainfrom
develop
Aug 10, 2026
Merged

release: v1.1.0#9
Headgent merged 1 commit into
mainfrom
develop

Conversation

@Headgent

Copy link
Copy Markdown
Contributor

Release v1.1.0

…ndition and field positions (#8)

Simple identifiers (ident / alias.ident) in WHERE/HAVING/ORDER BY/
GROUP BY/SELECT lists and UPDATE/DELETE conditions are now quoted per
dialect (backtick for MySQL/MariaDB/SQLite, double quotes for
Postgres), matching the existing INSERT/SET quoting. Raw expressions,
*, pre-quoted strings, Expression::raw() and niladic SQL literals
(NULL, TRUE, FALSE, DEFAULT, CURRENT_* et al.) stay untouched.
Fixes generated Postgres queries against camelCase columns
(SQLSTATE 42703; found by the Jardis Builder concurrency probe).
2268 tests green incl. camelCase matrix on three drivers and
Postgres INSERT->WHERE roundtrip with quoted DDL.
@Headgent
Headgent merged commit bfaa83d into main Aug 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant